((Container)this).add("North", new Button("This is across the top"));
((Container)this).add("South", new Label("The footer message might go here"));
((Container)this).add("East", new Button("Left"));
((Container)this).add("West", new Button("Right"));
String var1 = "The reasonable man adapts himself to the world;\nthe unreasonable one persists in trying to adapt the world to himself.\nTherefore all progress depends on the unreasonable rnan.\n\nGeorge Bernard Shaw\n\n";
((Container)this).add("Center", new TextArea(var1));